﻿@charset "utf-8";
* {
	font-family: "microsoft yahei", "PingFang SC", arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	/*padding-top: 110px;*/
}
img {
	border: none;
}
ul,
li {
	list-style: none;
}
a {
	color: #682c2a;
	text-decoration: none;
}
.clear,
.clearfix {
	clear: both;
}
#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 36px;
	height: 42px;
	overflow: hidden;
	background: #ef7301 url(../images/totop.png) no-repeat center;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: none;
	transition: .3s;
}
.floatLeft {
	float: left;
}
/*header:;*/
.bodyh1 a {
	display: block;
	width: 148px;
	height: 160px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	z-index: 999;
}
.htop {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ff7e00;
}
.htop_box {
	width: 1200px;
	height: 100%;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	color: #ffdecb;
}
.htop_box a {
	float: right;
	color: #ffdecb;
	margin-left: 20px;
	position: relative;
}
.htop_box a:after {
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	background: #ffc19c;
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.htop_box a:last-child:after {
	display: none;
}
.htop_box a:hover {
	color: #fff;
}
/**/
.header {
	width: 100%;
	height: 120px;
	background: #fff;
	overflow: hidden;
}
.header_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.header_left {
	width: 500px;
	float: left;
}
.header_left h2 {
	color: #ff7e00;
	font-size: 22px;
	padding-top: 36px;
}
.header_left h2 span {
	color: #666666;
}
.header_left h3 {
	font-size: 12px;
	color: #c3c3c3;
	font-family: arial;
	margin-top: 5px;
	font-weight: normal;
	letter-spacing: 1px;
}
.header_right {
	float: right;
	position: relative;
}
.header_right:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/htel.png) no-repeat center top;
	position: absolute;
	left: -65px;
	top: 36px;
}
.header_right_p {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	padding-top: 19px;
}
.header_right_num {
	font-size: 24px;
	color: #ff7e00;
	font-weight: bold;
}
/*Navigation*/
.nav {
	height: 56px;
	border-top: 1px solid #f7f7f7;
	line-height: 56px;
	text-align: center;
}
.navLiA {
	font-size: 16px;
	color: #666;
	margin-left: 95px;
}
.navLiA:first-child {
	margin-left: 0;
}
.navLiA:hover {
	color: #ff7e00;
}
.nav .navLiAOn {
	color: #ff7e00;
	border-bottom: 2px solid #ff7e00;
	padding: 16px 0;
}
/*header end*/
/*banner star*/
.banner_big {
	width: 100%;
	height: 770px;
	position: relative;
	overflow: hidden;
}
.swiper-container-banner {
	width: 100%;
}
.swiper-container-banner .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	margin: 0 10px !important;
	background: white;
	transition: .3s;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	background: #ea3e00;
}
.swiper-button-prev-banner {
	width: 43px;
	height: 61px;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-prev-banner {
	opacity: 1;
	left: 50px;
}
.swiper-button-prev-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(16.1px, 0.6px);
}
.swiper-button-prev-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 0px);
}
.swiper-button-next-banner {
	width: 43px;
	height: 61px;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%) rotateZ(180deg);
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	transition: .3s;
}
.swiper-container-banner:hover .swiper-button-next-banner {
	opacity: 1;
	right: 50px;
}
.swiper-button-next-banner:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(-30deg) translate(17px, 1px);
}
.swiper-button-next-banner:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ffffff;
	transform: skew(30deg) translate(16px, 1px);
}
.swiper-pagination-banner {
	text-align: center;
	position: absolute;
	bottom: 25px !important;
	z-index: 11;
}
/*banner end*/
/*search star*/
.resou_box {
	width: 100%;
	height: 131px;
	position: relative;
	z-index: 3;
	/* opacity: .6; */
}
.resou {
	width: 1200px;
	margin: 0 auto;
	padding: 18px 400px 26px 82px;
	box-sizing: border-box;
	color: #333;
	position: relative;
}
.resou a {
	color: #666;
	font-size: 14px;
	margin: 0 5px;
}
.resou a:hover {
	color: #ff7e00;
	/* text-decoration: underline; */
}
.w1100 {
	width: 1200px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.resou_word {
	color: #000;
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 14px;
	/* letter-spacing: 0px; */
}
.resou_word b {
	color: #ff7e00;
}
.search_word a {
	color: #fff;
	margin: 0 10px;
}
.search_word a:hover {
	text-decoration: underline;
}
.serach_tel {
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #1f7ece;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: arial;
}
.serach_tel:before {
	content: url(../images/telico.png);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #1f7ece;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-5px, -50%);
}
/**/
.search_cont {
	width: 400px;
	position: absolute;
	left: 420px;
	top: 50%;
	transform: translateY( -50%);
}
.resou_right {
	width: 600px;
	height: 100%;
	background: #6d1cf2;
	position: absolute;
	right: 0;
	top: 0;
}
.search {
	width: 280px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 12px;
	border-radius: 20px;
	background: #f2f2f2;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.select {
	width: 60px;
	height: 100%;
	background: #ff7e00;
	color: #fff;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 0;
	border: 1px solid rgba(0, 0, 0, 0);
	outline-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	font-family: arial;
	float: left;
}
.select option {
	color: #333;
	background: #ffffff;
}
.search:focus {
	outline: none;
}
.search .search_tow {
	width: 170px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: 2px;
	background: #111119;
	font-size: 12px;
	color: #5c5c5c;
	border: 1px solid rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.search .search_button {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #ff7e00 url(../images/searchicofff.png)no-repeat center;
	background-size: 18px 18px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0);
	border-radius: 50%;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 5px 5px;
}
.search .search_tow:focus {
	outline: #333;
}
.SearchType {
	background: rgba(0, 0, 0, 0);
}
.search .search_tow::-moz-placeholder {
	color: #333;
}
.search .search_tow::-ms-input-placeholder {
	color: #333;
}
.search .search_tow::-webkit-input-placeholder {
	color: #333;
}
.searchIco {
	width: 30px;
	height: 30px;
	background: url(../images/searchico.png) no-repeat center;
	font-size: 14px;
	position: absolute;
	right: 4px;
	top: 56%;
	transform: translateY(-50%);
}
/*搜索结束*/
/*网站地图开始*/
.mapUl {
	margin: 20px;
	border-bottom: 1px dashed #D9D9D9;
}
.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}
.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.mapUlP:hover {
	color: #5B9C34;
}
.mapUl .mapLi {
	color: #666;
}
.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}
.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}
.mapLi:hover {
	color: #5B9C34;
}
.on {
	background: #5B9C34;
}
.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*sitemap end*/
.caseOneTilte {
	text-align: center;
}
/*links star*/
.links_box {
	width: 100%;
	background: #ff7e00;
	padding: 29px 0;
	position: relative;
}
.links {
	width: 1200px;
	margin: 0 auto;
	padding-left: 147px;
	box-sizing: border-box;
	position: relative;
}
.links_box:before {
	content: '';
	font-size: 16px;
	color: #606060;
	width: 130px;
	height: 100%;
	background: #333333 url(../images/links.png) no-repeat center top 16px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-600px);
}
.links a {
	font-size: 14px;
	color: #fff;
	margin-right: 40px;
	position: relative;
}
.links a:after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -26px;
	top: 50%;
}
.links a:last-child:after {
	display: none;
}
.links a:hover {
	text-decoration: underline;
}
/*links end*/
/*footer star*/
.footer {
	width: 100%;
	height: 460px;
	background: #222;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
	overflow: hidden;
}
.footer_nav {
	width: 1200px;
	height: 156px;
	background: url(../images/shotnav.png) no-repeat left top 80px;
	padding-top: 96px;
	box-sizing: border-box;
	border-bottom: 1px solid #2e2e2e;
	margin: 0 auto;
	text-align: right;
}
.footer_nav a {
	color: #fff;
	font-size: 14px;
	margin-left: 74px;
	padding: 10px 0;
}
.footer_nav a:hover {
	color: #ff7e00;
}
.foot_cont {
	width: 1200px;
	height: 178px;
	margin: 77px auto 0;
	border-bottom: 1px solid #2e2e2e;
}
.foot_cont_left {
	width: 700px;
	float: left;
}
.foot_cont_left_p {
	margin-bottom: 34px;
}
.foot_cont_left a {
	color: #fff;
	margin-right: 42px;
}
.foot_cont_left a:hover {
	color: #ff7e00;
}
.foot_cont_p {
	font-size: 14px;
	color: #999;
	margin-bottom: 14px;
}
.foot_cont_p a {
	color: #999;
}
.foot_cont_right {
	width: 400px;
	float: right;
}
.ft_ewm {
	width: 106px;
	float: right;
	height: 100%;
	text-align: center;
}
.ft_ewm_img {
	width: 108px;
	height: 108px;
	margin-bottom: 5px;
}
.ft_ewm_img img {
	width: 106px;
	height: 106px;
	border: 2px solid #fff;
}
.ft_ewm p {
	text-align: center;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.ft_right_nr {
	float: right;
	margin-right: 40px;
	width: 200px;
	/* height: 300px; */
}
.ft_right_online {
	display: block;
	height: 40px;
	text-align: right;
}
.ft_right_online img {
	float: right;
}
.ft_right_p1 {
	text-align: right;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 27px;
}
.ft_right_num1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 3px;
	text-align: right;
}
/**/
.copyright {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
	border-top: 1px solid #2e2e2e;
}
.copyright a {
	color: #999999;
}
.copyright a:hover {
	color: #fff;
}
/*footer end*/
